Horizontal Page-Flip Information
The collection item ID for horizontal page-flip information is defined in the following enumeration:
enum { gxFlipPageHorizontalTag = 'flph' };QuickDraw GX stores horizontal page-flip information in the gxFlipPageHorizontalInfo structure:
struct gxFlipPageHorizontalInfo { Boolean flipHorizontal; };
Field Description
flipHorizontal
The user-specified horizontal page-flip information. Iftrue
, a user chooses to horizontally flip the x coordinate on a page before printing.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help